IGroup.RemoveAllAxes method
Removes all axes from a group. The command cannot be buffered. After finalization the state is changed to GroupDisabled.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
void RemoveAllAxes()
Sub RemoveAllAxes()
Remarks
If sent to a group that is not in GroupDisabled, GroupStandstill, or GroupErrorStop, it generates an error and the method is not executed.
See also